fix(preview): isolate Wrangler delivery workspace - #21
Merged
Conversation
- add transient unmerged input for deployment verification
- keep candidate build dependencies under pnpm - run Wrangler from a bounded package-neutral delivery directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
结果
Pages preview 已在 exact PR head 自行构建成功;canary 暴露 Cloudflare action 在候选 pnpm package 目录内用 npm 安装 Wrangler 会失败。
本修正将已构建 dist 复制到独立、package-neutral 的
.pages-preview交付目录,再由固定版本 Wrangler 部署。PR 不再包含临时 canary task 文件。验证
pnpm --dir website checkgit diff --check33465947295合并后将另开临时 PR 重新验证 exact-head build、deploy 和 smoke。